You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Units Namespace > Classes > Probabilities Class > Probabilities Methods > JohnsonSBCDF Method > Probabilities.JohnsonSBCDF Method ([In] TDenseMtxVec, double, double, double, double, [In] TDenseMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Probabilities.JohnsonSBCDF Method ([In] TDenseMtxVec, double, double, double, double, [In] TDenseMtxVec)

Johnson bounded (SB) distribution CDF (vectorized).

Syntax
C#
Visual Basic
public static void JohnsonSBCDF([In] TDenseMtxVec X, double gamma, double delta, double Lambda, double xi, [In] TDenseMtxVec Res);
Parameters 
Description 
[In] TDenseMtxVec X 
Defines distribution domain, vector or matrix with real values on closed interval [xi,xi+Lambda]
double gamma 
Distribution shape parameter, real value. 
double delta 
Distribution shape parameter, real positive value. 
double Lambda 
Distribution scale parameter, real positive value. 
double xi 
Distribution location parameter, real value. 
[In] TDenseMtxVec Res 
After calculation stores the CDF calculated from X, agmma, delta, Lambda and xi. Length and Complex properties of Res are adjusted automatically to match Length and Complex properties of X. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!